new tool mkenvimage: generates an env image from an arbitrary config file
authorDavid Wagner <[email protected]>
Mon, 26 Sep 2011 03:26:34 +0000 (03:26 +0000)
committerStefano Babic <[email protected]>
Tue, 22 Nov 2011 07:39:24 +0000 (08:39 +0100)
commita6337e6ffdea211e70dd8d6c638f6a5ec2295400
tree27467eb915850a7ee15dcbb1a533b655266d620b
parent0d9679e65a59fd05d9c7d554a7e304590366f390
new tool mkenvimage: generates an env image from an arbitrary config file

This tool takes a key=value configuration file (same as would a `printenv' show)
and generates the corresponding environment image, ready to be flashed.

use case: flash the environment with an external tool

Signed-off-by: David Wagner <[email protected]>
Acked-by; Mike Frysinger <[email protected]>
Tested-by: Thomas Petazzoni <[email protected]>
tools/Makefile
tools/mkenvimage.c [new file with mode: 0644]